home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
gfx
/
fu1_62.lha
/
fu
/
Formulas
/
Ray.Form
< prev
next >
Wrap
Text File
|
1994-05-12
|
214b
|
30 lines
Ray
{
{
mirrorx
x1=-5.0
x2= 5.0
y1=-5.0
y2= 5.0
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
g=z*c
f=log(z)
h=pow([2.0,0.0],g)
z=pow(h,f)
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}